Change comparison functions =, <, >, <=, >= to take many arguments.
authorBarry O'Reilly <gundaetiapo@gmail.com>
Wed, 11 Sep 2013 05:03:23 +0000 (01:03 -0400)
committerBarry O'Reilly <gundaetiapo@gmail.com>
Wed, 11 Sep 2013 05:03:23 +0000 (01:03 -0400)
commit99c98edc08f1f6be9ed58a9117c2b0a76d3660fe
treea4cd8d36fe7f26a76a76e771debc33546dc2c55d
parent2f81341b2fcb7b7f7f9170b69695a4943ad5c507
Change comparison functions =, <, >, <=, >= to take many arguments.
* src/data.c: Change comparison functions' interface and
  implementation
* src/lisp.h: Make arithcompare available for efficient two arg
  comparisons
* src/bytecode.c: Use arithcompare
* src/fileio.c: Use new interface
* test/automated/data-tests.el: New tests for comparison functions
* etc/NEWS
etc/NEWS
src/bytecode.c
src/data.c
src/fileio.c
src/lisp.h
test/automated/data-tests.el [new file with mode: 0644]